Welcome![Sign In][Sign Up]
Location:
Search - pascal to c

Search list

[Otheropenc2pas-0_03_1

Description: 将C语言写的程序代码转换成pascal代码,用过还可以!-to write C-language code into pascal code can be used also.
Platform: | Size: 259009 | Author: 薛先生 | Hits:

[Other resourceHaskell教程

Description: Haskell教程(by rufi) 传统的Basic,Pascal,C++,C#,Java,Python等都是命令(imperative)编程语言, 程序语句有一定的执行次序. 函数(functional)编程语言则给出执行的内容, 关注于更高层次的\"做什么\"而不是\"怎么做\", 这就是二者最明显的一个区别。函数编程语言的语法功能非常强,使编程的效率大幅提高。 Haskell是世界上公认的语法最优美最简洁的一种语言。的确,Haskell语言是写给人看的,而不是写给机器看的。另一方面,这也使得的 Haskell的编译技术成为一个难点。从以人为本的角度来看,程序员的时间比机器的时间更宝贵,所以Haskell是明智的选择。-Haskell Guide (by rufi) traditional Basic, Pascal, C, C#, Java, Python, are orders (imperative) programming language, procedures statement to a certain extent the implementation of the order. function (functional) programming language is given in the implementation of the content, focus on a higher level of "what to do" rather than "how to do", which is both the most obvious one distinction. Function programming language syntax is very strong, so the programming efficiency greatly improved. Haskell is the world's most recognized syntax of the most succinct and beautiful language. Indeed, Haskell is written on posters, and not written for machines to read. The other, it also makes the Haskell compiler technology as a difficulty. From a people-oriented perspective, t
Platform: | Size: 12613 | Author: 鲍军波 | Hits:

[ELanguage用Bison实现pl0语言编译器

Description: 简介:PL0语言是pascal语言的一个子集。编译VC工程之前,需要运行run.bat将词法分析脚本和语法语义分析脚本编译成C语言。-Profile : pascal PL0 language is a language subset. VC compiler works, will also need to run the script lexical analysis and semantic analysis script syntax into C language compiler.
Platform: | Size: 941470 | Author: 罗鹏魁 | Hits:

[Windows DevelopDelphi版T-Cmd源码

Description: T-CMD 是一款用 C++ 编写的后门程序,网上已有 C++ 源码发布。 在本人学习 C++ 的时候,顺便把他翻译成了 Pascal 源码,突然感觉以前感到高深莫测的 C++ 也不那么可怕了。特贡献出来,给大家学习 C++ 和 Delphi 的时候,可以参考下代码之间的区别。-T-CMD C is a backdoor program preparation, online C source code has been released. In my learning C, the way he translated into Pascal source, suddenly feeling was previously inscrutable C not so terrible. Special contributions, and for everyone to learn C and Delphi, under the code can refer to the distinction between.
Platform: | Size: 17042 | Author: zesfl | Hits:

[ELanguagepl0back

Description: 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。   PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 该软件为PL/0语言编译程序,所实现的扩充功能如下: 1.增加单词:保留字 ELSE,FOR,TO, DOWNTO 2.增加运算 +=,-=,++,-- 3.不等号# 改为 <> 4.增加条件语句的ELSE子句 5.扩充语句: ①FOR <变量>:=<表达式> TO <表达式> DO <语句> ②FOR <变量>:=<表达式> DOWNTO<表达式> DO <语句> 其中,语句①的循环变量的步长为1, 语句②的循环变量的步长为-1。 概述 源文件: *.plo 目标文件: *.COD 实现平台:C++ Builder6.0 -the compiler, the source language of PL / 0 language, target language of the imaginary stack of computer assembly language. PL / 0 language Pascal language is a subset of, PL / 0 compilers including the right PL / 0 language source analysis, category PCODE compiler code generation and the virtual machine running on to explain the formation PCODE category code functions. PL / 0 language compiler to use syntax analysis of the core, the compiler again scanning methods. Lexical analysis, and code generation as an independent for the subroutine call syntax analysis procedures. Grammatical analysis at the same time, provided the error reporting function. The source did not compile the wrong circumstances, Call category PCODE explain the interpretation and implementation of procedures generated P
Platform: | Size: 383061 | Author: mayfar | Hits:

[Other resourcemmc-sd_board_examples

Description: mmc/sd卡的实现源码,包括汇编语言,c语言及PASCAL语言的测试代码-mmc / sd card to achieve source, including assembly language, c PASCAL language and the language test code
Platform: | Size: 521908 | Author: ashang | Hits:

[File Operatezidingxiangxiashiyan

Description: 自顶向下语法分析 实验报告 对于给定的源程序(如C语言或Pascal等),要求从组成源程序的字符行中寻找出单词,并给出它们的种别和属性——输出二元组序列。以便提供给语法分析的时候使用。要求能识别所有的关键字,标志符等,并且能够对出先的一些词法规则的错误进行必要的处理。-top-down syntax analysis report for the experiment to the source (such as C or Pascal, and other languages), request from the composition of source lines of the characters find words, and give them to other species and attributes -- output binary sequence. To provide for syntax analysis of the use. Requirements can identify all the keywords, URI. and right up to the first rule of lexical errors necessary treatment.
Platform: | Size: 55611 | Author: 余琨 | Hits:

[Delphi VCLT-Cmd_source_Delphi_version

Description: T-CMD 是一款用 C++ 编写的后门程序,网上已有 C++ 源码发布。 在本人学习 C++ 的时候,顺便把他翻译成了 Pascal 源码,突然感觉以前感到高深莫测的 C++ 也不那么可怕了。-T-CMD paragraph C is prepared by the back door proceedings, online C source code has been released. I learn C in the time, and take him to translate into Pascal source, suddenly feeling was previously inscrutable C not so terrible.
Platform: | Size: 11691 | Author: 解放 | Hits:

[Algorithmswmm5_iface

Description: SWMM5接口代码文件,包含了SWMM5的V接口文件、Visual Basic接口文件和Delphi Pascal接口文件等。-This archive contains the SWMM 5 Interfacing Guide and supporting files. Contents -------- Interfacing.chm The Interfacing Guide in the form of a Windows HTML Help file (double click to launch it). swmm5.h function declarations for interfacing the SWMM 5 swmm5.lib engine DLL with C/C++ code. swmm5.bas function declarations for interfacing with Visual Basic. swmm5.pas function declarations for interfacing with Delphi Pascal. swmm5_iface.c some useful interfacing functions for C/C++, Visual, swmm5.iface.h Basic and Delphi Pascal. swmm5_iface.bas swmm5_iface.pas test.c an example of using the interfacing functions to build a small C application that uses the SWMM 5 engine.
Platform: | Size: 43008 | Author: sunyp | Hits:

[Algorithm8-classical-algorithm-c-language

Description: 1.实现将输入的string字符串反序输出。 2.一个数如果恰好等于它的因子之和,这个数就称为"完数"。例如6 = 1+2+3找出10000以内的所有完数。 3.下面程序的功能是将一个4×4的数组进行逆时针旋转90度后输出,要求原始数组的数据随机输入,新数组以4行4列的方式输出 4.编程打印杨辉三角。 5.实现将输入的字符串反序输出 6.实现字符串拷贝函数strcopy(char*src,char* dest) 7.求近似Pi值。可以用公式(如:pi/2 = 1+1/3+1/3*2/5 + 1/3*2/5*3/7 + 1/3*2/5*3/7*4/9+.....) 8.输入一个字符串,判断其是否为回文。回文字符串是指从左到右读和从右到左读完全相同的字符串。-1 to achieve the reverse order of the input string string output. 2 If a number is exactly equal to the sum of its factors, this number is called a "complete count." For example, 6 = 1+2+3 identify all End counts less than 10,000. 3 The following procedure is the function of a 4 × 4 array rotated 90 degrees counter-clockwise output, requiring random input data in the original array, the new array with 4 rows 4 way output 4 Programming printing Pascal s Triangle. 5 to achieve the output of the input string in reverse order 6. Achieve string copy function strcopy (char* src, char* dest) 7 Find the approximate value of Pi. Can use the formula (eg: pi/2 = 1+1/3+1/3* 2/5+ 1/3* 2/5* 3/7+ 1/3* 2/5* 3/7* 4/9+ .....) 8 Enter a string to determine whether it is a palindrome. Palindrome string is read from left to right and right to left reading the same string.
Platform: | Size: 471040 | Author: | Hits:

[LabViewClipping

Description: >I m looking for a source code coded either in Pascal or C (C++) for the >Weiler-Atherton algorithm. The page http://members.xoom.com/msleonov/pbcomp.html has a comparison of many packages for boolean operations on polygons. Links to those packages are also included. Dave Eberly ebe...@cs.unc.edu
Platform: | Size: 2048 | Author: Zero | Hits:

[ELanguageCODEOfflineJudge_1.00_Bet

Description: 1. 图形用户界面,使用鼠标即可以完成所有操作,直观易用,当然,也有键盘快捷键; 2. 在有标准输入和标准输入数据的情况下,无需联网即可提交代码进行判题; 3. 具备所有Online Judge的核心判题功能,如编译代码、内存限定,时间限定,获取代码长度等; 4. 支持一道题目对应多个文件的测试方式,并支持显示每组测试文件的测试结果,计算正确率; 5. 可以打包并加密测试数据,使用加密后的数据可以正常判题,但不显示标准输出; 6. 拥有出题模式,在有标准输入数据和标程的时候可以生成标准输出数据,支持多文件方式的批量保存; 7. 支持以拖拽文件至窗体的方式提交代码,不仅可以拖拽至“Submit”窗体,而且可以直接拖拽至主窗体;同时,“Submit”窗体具有记忆提交代码的功能; 8. 支持使用C、C++、Pascal、C#和Java五种语言编码提交; 9. 支持对代码、标准输入数据和标准输出数据中汉字的处理; 10. 支持不限时执行代码,并可以随时手动跳过当组测试数据或结束测试; 11. 即使程序MLE、RE、Skip、TLE、UserBreak时,仍然可以显示程序已输出的部分内容; 12. 拥有对标准输出数据和程序输出数据的文本高亮对比功能; -1 graphical user interface that can use the mouse to complete all operations and intuitive to use , of course , there are keyboard shortcuts (2) In the case of standard input and standard input data, the network can submit code without sub-title (3) have all Online Judge core sub-title functions, such as compiling code, the memory limit , time limit , access code length 4 corresponding test methods to support a topic of multiple files , and supports display test results in each test file , calculate the correct rate 5 can be packaged and encrypted test data , the data can be encrypted using the normal sub-title , but does not display standard output 6 has a question mode, standard input and standard process data when you can generate a standard output data supports batch mode to save multiple files 7 supports drag and drop files to the form submission code can not only drag to "Submit" form, and can drag directly to the main form while , "Submit" to submit the form
Platform: | Size: 24785920 | Author: ftx | Hits:

[OtherAdvanced-C-1992

Description: Advanced C 1992 C has become one of the most frequently used computer languages. The first C language was developed by Dennis Ritchie at Bell Laboratories in 1972 and ran on a DEC PDP-11. The ANSI standard for C, which replaced the standard written by Kernighan and Ritchie in 1978, is only a few years old. C’s structure is similar to PL/I (a popular language used on IBM’s mainframe computers), FORTRAN, Pascal, and BASIC. C is a simple language. It has only a small group of keywords and no support for I/O or advanced math. The power of C comes from its simplicity and its use of a standard library of functions-Advanced C 1992 C has become one of the most frequently used computer languages. The first C language was developed by Dennis Ritchie at Bell Laboratories in 1972 and ran on a DEC PDP-11. The ANSI standard for C, which replaced the standard written by Kernighan and Ritchie in 1978, is only a few years old. C’s structure is similar to PL/I (a popular language used on IBM’s mainframe computers), FORTRAN, Pascal, and BASIC. C is a simple language. It has only a small group of keywords and no support for I/O or advanced math. The power of C comes from its simplicity and its use of a standard library of functions
Platform: | Size: 2772992 | Author: chan | Hits:

[OtherTest

Description: Java 词法分析程序 产生一个二元式文本文件,扩展名为dyd,可将Pascal或C程序(测试程序)分解成为一个一个的单词及类型,并查“单词符号与种别对照表”得出其种别,用一数字表示。-Java lexical analysis procedure to produce a two yuan a text file, an extension of dyd, can be Pascal or C program (test procedures) is decomposed into words and type A, and check word symbols and don t control table that the species, represented by a digital.
Platform: | Size: 3072 | Author: pc | Hits:

[CSharppascal

Description: 使用C++语言实现pscal配对问题的处理-a solution to pacal problem using C++
Platform: | Size: 1024 | Author: 李文宇 | Hits:

[OtherBUPT_course-design-of-compiling

Description: 将pascal语言程序编译成为C++语言的程序。-Transfer the program edited with Pascal to that with C++
Platform: | Size: 1409024 | Author: 张育涵 | Hits:

[OtherCPASDEMO.C

Description: This module demonstrates how to write Turbo C routines that can be linked into a Turbo Pascal program. Routines in this module call Turbo Pascal routines in CPASDEMO.PAS.-This module demonstrates how to write Turbo C routines that can be linked into a Turbo Pascal program. Routines in this module call Turbo Pascal routines in CPASDEMO.PAS.
Platform: | Size: 1024 | Author: HNSJB | Hits:

[source in ebookPascal-is-Triangle

Description: 从入门到精通C语言书籍源代码,实现了杨辉三角功能-From entry to the master C language books source code that implements the Pascal triangle function
Platform: | Size: 149504 | Author: zg | Hits:

[Delphi/CppBuilderdelphiEssentials

Description: Object Pascal 和VCL 的重、难点知识,及一些常用的、重要的开发技巧-Object Pascal and C++ heavy and difficult knowledge, and some commonly used, it is important to develop skills
Platform: | Size: 3084288 | Author: 笨苹果 | Hits:

[Other26951_c_to_pascal_converter_2.1.7.2015

Description: Convert C Headers to Pascal
Platform: | Size: 4065280 | Author: karraksc | Hits:
« 1 2 3 45 6 7 8 9 10 »

CodeBus www.codebus.net